You are here: Routing Rules > Most Available
Syntax samples
Selects one of the locations listed in a block of routings based on which has the most available capacity. If no capacity is available at any of the locations listed, the first one that becomes available is selected. Use the MOST routing rule to equalize queues in front of workers. This rule is useful in cases where inventory levels need to be balanced among several downstream queues.
The rule field of the Routing edit table only.
Components
<expression>
The total entities output from the process. This expression is valid only for the first routing of a routing block. For more information on this expression, see Processing.
Example
After EntA completes a 4 minute operation at Loc1, it is routed to Loc2, Loc3 or Loc4 depending on which location has the most available capacity at the current time.
Process Table
Entity |
Location |
Operation (min) |
---|---|---|
EntA |
Loc1 |
WAIT 4 |
Routing Table
Blk |
Output |
Destination |
Rule |
Move Logic |
---|---|---|---|---|
1 |
EntA |
Loc2 |
MOST 1 |
|
EntA |
Loc3 |
MOST |
|
|
EntA |
Loc4 |
MOST |
|